home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00141.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-04-29
|
308 b
|
17 lines
property s, showmyjuror
global firstbigjuror, biogrid
on beginSprite me
s = me.spriteNum
showmyjuror = 0
sprite(s).locZ = 2000 + s
end
on prepareFrame me
sprite(s).visible = showmyjuror and sprite(biogrid).visible
end
on showbio me, thejuror
showmyjuror = thejuror = (s - firstbigjuror + 1)
end